auto merge of #711 : alexcrichton/cargo/issue-708, r=brson
authorbors <bors@rust-lang.org>
Fri, 17 Oct 2014 22:48:18 +0000 (22:48 +0000)
committerbors <bors@rust-lang.org>
Fri, 17 Oct 2014 22:48:18 +0000 (22:48 +0000)
I can't quite remember why this ifdef is present to silently run `make` as a
normal user, and it doesn't seem to work if `make install` is run while as root,
so I'm just removing it and requiring that `make` is run before `make install`
unconditionally.

Closes #708


Trivial merge